<script>on closeCardif the visible of card field "About Transferring Text" is truethen showTip false -- invisible fieldend closeCardon showTip status-- show and hide the Tip field.lock screenif status then put "open" into visEffectelse put "close" into visEffectset the visible of card field "About transferring text" to statusset the hilite of card button "About transferring text" to statusunlock screen with visual effect zoom visEffectend showTip</script>